home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19971216-19980424 / 000193_news@newsmaster….columbia.edu _Fri Feb 6 10:31:34 1998.msg < prev    next >
Internet Message Format  |  1998-04-22  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA02495
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 6 Feb 1998 10:31:33 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA07109
  7.     for kermit.misc@watsun; Fri, 6 Feb 1998 10:31:32 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: circular log file
  12. Date: 6 Feb 1998 15:31:32 GMT
  13. Organization: Columbia University
  14. Lines: 11
  15. Message-ID: <6bfack$6j6$1@apakabar.cc.columbia.edu>
  16. References: <886736284.927858692@dejanews.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8376
  19.  
  20. In article <886736284.927858692@dejanews.com>,  <david2020@hotmail.com> wrote:
  21. : I need to set a maximum file size for my session log so I don't need to
  22. : delete the log file or run into memory problems.  So, once the log file
  23. : reaches it's bottom byte, it will go back to the first line of the file
  24. : and start the new sessions from there.
  25. : Is there a way to do this in Kermit?
  26. Currently no.
  27.  
  28. - Frank